home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / arexx / t_paint / tpainter.lha / TPrexx / Blocks / TP6x6.rexx < prev    next >
OS/2 REXX Batch file  |  1995-01-23  |  652b  |  24 lines

  1. /* CF TP 6x6 current screen tile */
  2. address 'DigiPaint'
  3. 'Brt6'            /* square brush */
  4. 'Bsz1'            /* small brush */
  5. 'Drre'            /* draw fill rect */
  6. 'Scis'            /* scissors */ 
  7. 'Pend' 0 0        /* top left */
  8. 'Penu' 752 480    /* bottom right */
  9. 'Bcop'            /* copy bru */
  10. 'Drre'            /* draw fill rect */
  11. 'Warp'            /* text-map mode */
  12. 'Txup'            /* 2 tile */
  13. 'Tyup'
  14. 'Txup'            /* 3 tile */
  15. 'Tyup'
  16. 'Txup'            /* 4 tile */
  17. 'Tyup'
  18. 'Txup'            /* 5 tile */
  19. 'Tyup'
  20. 'Txup'            /* 6 tile */
  21. 'Tyup'         
  22. 'Whsc'            /* whole screen */
  23.  exit               /* bye bye */
  24.